home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pink Daily - The Pink Days
/
Pink Daily - The Pink Days.iso
/
mac
/
PinkData
/
RDa3.dir
/
00037_Script_37
< prev
next >
Wrap
Text File
|
1995-08-15
|
840b
|
24 lines
on moovRunning sNum
put item 1 of the name of cast the castNum of sprite sNum into vName
if the movieTime of sprite sNum < the duration of cast (vName) then
go the frame
puppetSprite (sNum-4) ,true
if the movieRate of sprite sNum >= 1 then
set the castNum of sprite (sNum-4) = the number of cast "playBon"
set the castNum of sprite (sNum-5) = the number of cast "stopB"
puppetSprite (sNum-5),true
else
puppetSprite (sNum-5),true
set the castNum of sprite (sNum-5) = the number of cast "stopBon"
set the castNum of sprite (sNum-4) = the number of cast "playB"
puppetSprite (sNum-4) ,false
end if
else
puppetSprite (sNum-5) ,false
puppetSprite (sNum-4) ,false
unLoadcast 17
puppetTransition 06,0,4
go to marker(0)
end if
end